home *** CD-ROM | disk | FTP | other *** search
/ Tools Unlimited 1: The Blanker Collection / Tools Unlimited - Vol 1 - The Blanker Collection.iso / Blanker / Packages / GarshneBlanker / GSource / protos / winhand.h < prev   
C/C++ Source or Header  |  1996-01-25  |  191b  |  11 lines

  1. #ifndef WINHAND_H
  2. #define WINHAND_H
  3.  
  4. extern BYTE *InfoStr;
  5.  
  6. STRPTR NameSansParens( STRPTR );
  7. STRPTR NameForEntry( struct List *, LONG );
  8. LONG openMainWindow( VOID );
  9.  
  10. #endif /* WINDHAND_H */
  11.